home *** CD-ROM | disk | FTP | other *** search
/ The Kara Collection / Kara Collection v3.0 (1996-09-12)(Cloanto).iso / utilities / colortext < prev    next >
Text File  |  1996-09-01  |  331b  |  18 lines

  1. .k ""
  2. .bra {
  3. .ket }
  4.  
  5. Version >NIL: graphics.library 36
  6. IF NOT WARN
  7.   Echo "*N ColorText is not required under Workbench 2.0 or higher.*N"
  8.   Wait 10 SECS
  9. Else
  10.   If EXISTS /Utilities/H
  11.     Assign KARACDROOT: /
  12.   Else
  13.     Assign KARACDROOT: KaraCD:
  14.   EndIf
  15.  
  16.   KARACDROOT:Utilities/H/2/RunIcon KARACDROOT:Utilities/H/2/ColorText
  17. EndIf
  18.